• File: fixedHeader.semanticui.css
  • Full Path: C:/htdocs/javascript/daatatables/FixedHeader-3.1.4/css/fixedHeader.semanticui.css
  • Date Modified: 04/30/2025 7:56 AM
  • File size: 247 bytes
  • MIME-type: text/plain
  • Charset: utf-8
table.fixedHeader-floating {
  position: fixed !important;
  border-bottom-width: 0 !important;
}

table.fixedHeader-locked {
  position: absolute !important;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}